projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a49328c
)
Johan Bockg� <bojohan at gnu.org>
author
Glenn Morris
<rgm@gnu.org>
Thu, 1 Nov 2007 03:45:54 +0000
(
03:45
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 1 Nov 2007 03:45:54 +0000
(
03:45
+0000)
(x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it
has already been set by x_set_glyph_string_gc from
x_draw_glyph_string.
http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html
src/macterm.c
patch
|
blob
|
history
diff --git
a/src/macterm.c
b/src/macterm.c
index 726a0f72b18c035babdb2e990e98ee565e75f4a5..9bc96e492d30ef4d9882958fff0fcabae4e72ca3 100644
(file)
--- a/
src/macterm.c
+++ b/
src/macterm.c
@@
-3704,7
+3704,6
@@
x_draw_stretch_glyph_string (s)
struct glyph_string *s;
{
xassert (s->first_glyph->type == STRETCH_GLYPH);
- s->stippled_p = s->face->stipple != 0;
if (s->hl == DRAW_CURSOR
&& !x_stretch_cursor_p)